home *** CD-ROM | disk | FTP | other *** search
/ Hackers Underworld 2: Forbidden Knowledge / Hackers Underworld 2: Forbidden Knowledge.iso / HACKING / DTSB.TXT < prev    next >
Text File  |  1994-07-17  |  9KB  |  240 lines

  1.  
  2.  
  3. _______________________________________________________________________________
  4.  
  5.                          DEC Terminal Server Basics
  6.                Written by Mad Hacker {the original} on 09/10/88
  7.  
  8.                   A Telecom Computer Security Bulletin File
  9.                      Volume One, Number 1, File 11 of 12
  10. _______________________________________________________________________________
  11.  
  12.  
  13. This is the A B C's of using a DEC terminal server.  A DEC terminal server can
  14. be quite a handy thing if you know a few of it's basic commands.  Ok enough
  15. said, time to log in....
  16.  
  17.  
  18. LOGGING INTO THE DECSERVER:
  19.  
  20. To login to the DECserver you may be required to enter a login password.  But
  21. to tell the truth, most DECservers are not password protected.  It seems that
  22. most people don't think of a DECserver as a possible weak link in their
  23. security.  I guess they feel that the server is not a computer and so it is not
  24. a thing that needs to be protected. This is a very serious mistake!  Many
  25. computer systems have been compromised by the lax security of the external
  26. devices hooked to them, in this case, the DECserver.
  27.  
  28. If you need to log in, this is how to do it.
  29.  
  30. 1. Press <RETURN> twice; a number sign (#) appears along with an audible beep.
  31.  
  32. 2. Enter the login password.  For example, to log in with the password HACKER
  33.  
  34.        <RETURN> <RETURN>            enter <RETURN> twice
  35.  
  36.        # HACKER                     type the password (which is not echoed)
  37.  
  38. 3. If you make a mistake, the  prompt reappears (and the "beep")  to let you
  39.    try again.  You have several chances to enter the correct password.
  40.  
  41. 4. If you use a dial-in modem, you have 60 seconds to respond to  the  #
  42.    prompt with the correct password.  If you don't,  the server disconnects
  43.    your modem.
  44.  
  45. If you do not need to enter a login password, {that is how most are setup},
  46. just press <RETURN> twice and you are in.
  47.  
  48. When you log in, an introductory line of text appears...
  49.  
  50.       DECserver 200 Terminal Server V1.0 - LAT V5.1
  51.  
  52. If your port does not have a permanent username defined, enter your name (1  to
  53. 16  keyboard characters) after the following text appears...
  54.  
  55.       Please type HELP if you need assistance
  56.  
  57.       Enter username> MAD_HACKER
  58.  
  59. The Local> prompt appears after you type your username.
  60.  
  61. If your port does have a permanent username, here's what you see...
  62.  
  63.      Please type HELP if you need assistance
  64.  
  65.      Local>
  66.  
  67.  
  68.  
  69. USING ONLINE HELP:
  70.  
  71. Online help is documentation about DECserver commands that is stored in server
  72. memory.  You can see this documentation interactively on your terminal while
  73. you are using the DECserver.  The HELP command gives you access to online help.
  74. You can use it in one of two ways:
  75.  
  76. You can type HELP at the Local> prompt...
  77.  
  78.       Local> HELP
  79.  
  80. This generates a succession of HELP "frames", "menus", and prompts.  Frames
  81. are made  up of the information that can fit on one or more terminal screens.
  82. Menus are lists of topics you can choose from.
  83.  
  84. Alternatively, you can specify topics and subtopics when you enter the HELP
  85. command.  For example...
  86.  
  87.       Local> HELP SET PORT
  88.  
  89. This command produces online documentation that describes the SET PORT command.
  90.  
  91.  
  92. SOME DEFINITIONS:
  93.  
  94. The primary function of the DECserver is to allow you to connect to "services"
  95. offered on your network.  A service can be a computer system that you can use
  96. just as though your terminal were attached directly to the system, or it can
  97. be a function offered by such a system.  In addition, services can be set-up
  98. to allow access to printers, out-dial modems, personal computers and  terminal
  99. switches. To connect to a service, you only need to know the service name.
  100. _______________________________________________________________________________
  101.  
  102. A NOTE ABOUT OUT-DIALS CONNECTED TO A DECserver:
  103.  
  104. When an outdial modem is put on the DECserver and some local hacks find
  105. it, well you get the picture.....the company that own's it will often get
  106. a 100-500 page bill from the phone company. After that happens, the company
  107. that is the proud owner of a $5000.00 phone bill will often decide to
  108. password protect the DECserver. On the other hand, the out-dial may be run
  109. off a flat rate SPRINT or WATS line. If that is the case the out-dial will
  110. live a long and non-password protected life... :-)
  111. _______________________________________________________________________________
  112.  
  113. DEFINITIONS CONTINUED:
  114.  
  115. A "service node" is a computer system or server that offers services.
  116.  
  117. A "session" is a connection to a service.  You can have one or more simul-
  118. taneous sessions with one service, or more than one service.  The connection
  119. you are using at any one time is called your "current  session".  Your other
  120. sessions are inactive, but can be resumed by using server commands or session
  121. switches.
  122.  
  123. "Service mode" is your environment when you interact with a service.  For
  124. example, if the service is a computer system, your environment is the same as a
  125. terminal directly wired to the system.  You can all use the system's  commands
  126. and resources.
  127.  
  128. "Local mode" is your environment when you  interact  with  the  DECserver
  129. using commands entered at the Local> prompt.
  130.  
  131.  
  132.  
  133. CONNECTING TO A SERVICE:
  134.  
  135. Use the local mode SHOW SERVICES command to display a list of services you  can
  136. use.
  137.  
  138.       Local> SHOW SERVICES
  139.  
  140. To connect to a service (establish a session with the service) enter the
  141. DECserver CONNECT command with the name of the service you want.  For example,
  142. for a service called MEGA-SYSTEM, enter the following command:
  143.  
  144.       Local> CONNECT MEGA-SYSTEM
  145.  
  146. This command places you in service mode in an active session with the service
  147. MEGA-SYSTEM.  In this case, MEGA-SYSTEM is a CRAY with 200 GIG on-line.
  148.  
  149.  
  150.  
  151. RETURNING TO LOCAL MODE FROM A SERVICE SESSION:
  152.  
  153. To return to local mode without ending your session, press <BREAK> or press
  154. your local switch character.  Both these characters are, in effect, DECserver
  155. commands that instruct the server to go back to local mode.
  156.  
  157. The <BREAK> character must be set up to permit this (by default it is), and
  158. the local switch character must be defined (by default it is not).
  159.  
  160. Use the HELP command for more details on setting up the  <BREAK> character  and
  161. local switch character.
  162.  
  163.                                   *** NOTE ***
  164.  
  165.         Some modems interprets the <BREAK> character as a command to end
  166.         your  dial-in connection.  If you are using one of these modems,
  167.         do not use <BREAK> to return to local mode.
  168.  
  169. Your session, now inactive, is still your current session because it is the
  170. session your were using most recently.
  171.  
  172.  
  173.  
  174. RESUMING YOUR SERVICE SESSION FROM LOCAL MODE:
  175.  
  176. To resume your current session (and service mode) while your are in local
  177. mode, enter the DECserver RESUME command.
  178.  
  179.       Local> RESUME
  180.  
  181. You go back to where you left off when before returning to local mode.
  182.  
  183.  
  184.  
  185. DISCONNECTING FROM A SERVICE:
  186.  
  187. To end your current session  while  in  service  mode,  use the command  that
  188. terminates whatever  process  you are using.  For example, you can terminate a
  189. session on a VAX/VMS system by typing the VMS  LOGOUT  command.  Refer to  the
  190. documentation for the service node that offers the service.
  191.  
  192. To end your current session while in local mode, enter the DECserver DISCONNECT
  193. command.
  194.  
  195.       Local> DISCONNECT
  196.  
  197. You  cannot  resume  a service  session after  you  end the  connection  with
  198. DISCONNECT.
  199.  
  200.  
  201.  
  202. CONNECTING TO A SECOND SERVICE:
  203.  
  204. The DECserver allows you to have several sessions at one time, to the same or
  205. to different services. To connect to a second (or subsequent) service, simply
  206. enter another CONNECT command from local mode, specifying the name of the
  207. service.  For example, to connect to the service OUT-DIAL, enter the following
  208. command:
  209.  
  210.       Local> CONNECT OUT-DIAL
  211.  
  212. To resume one of your non-current sessions, use the FORWARDS command to switch
  213. to your next session, or the BACKWARDS  command  to  switch  to  your previous
  214. session.  Alternatively, you can use the RESUME command and speci